home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 123_01.zip / DATE.H < prev    next >
Text File  |  1993-06-07  |  640b  |  39 lines

  1. /*
  2.     Header for time and date routines
  3.  
  4.     source:   timedate.h
  5.     version:  February 22, 1983
  6.  
  7.  
  8.     All software tools should have the following form:
  9.  
  10.  
  11.     #include bdscio.h
  12.     #include dio.h
  13.     #include timedate.h        (optional)
  14.     #include tools.con        (optional)
  15.  
  16.     main(argc, argv)
  17.     char **argv;
  18.     {
  19.         _allocp = NULL;
  20.         dioinit(&argc, argv);
  21.         wildexp(&argc, &argv);    (optional)
  22.         main1(argc, argv);    (do the real work)
  23.         dioflush();
  24.     }
  25.  
  26. */
  27.  
  28.  
  29. /* seed for random number generators */
  30. int sys_seed;
  31.  
  32. /* time and date */
  33.  
  34. #define MAXLINE 200
  35. char sys_date [MAXLINE];
  36. * seed for random number generators */
  37. int sys_seed;
  38.  
  39. /*